ComponentOne Extended Library for WPF and Silverlight
PropertyWrapper<T> Class
Members 

C1.Silverlight.Extended.PropertyGrid Namespace : PropertyWrapper<T> Class
The value type being shown.
The PropertyWrapper class is used to show value types and string types in the C1PropertyGrid collection editor.
Object Model
PropertyWrapper<T> Class
Syntax
'Declaration
 
Public Class PropertyWrapper(Of T) 
   Inherits PropertyWrapper
public class PropertyWrapper<T> : PropertyWrapper 
Type Parameters
T
The value type being shown.
Inheritance Hierarchy

System.Object
   C1.Silverlight.Extended.PropertyGrid.PropertyWrapper
      C1.Silverlight.Extended.PropertyGrid.PropertyWrapper<T>

See Also

Reference

PropertyWrapper<T> Members
C1.Silverlight.Extended.PropertyGrid Namespace